From: Juri Linkov Date: Fri, 24 Aug 2007 22:18:04 +0000 (+0000) Subject: More fixes for 2007-08-21 merge conflict. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~8791^2~59 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=f672d84bf327fc8f06119465805d8f5de91cc1b9;p=emacs.git More fixes for 2007-08-21 merge conflict. --- diff --git a/lisp/startup.el b/lisp/startup.el index 85c6af601dc..d351e84c87c 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -1372,7 +1372,8 @@ Warning Warning!!! Pure space overflow !!!Warning Warning (defun exit-splash-screen () "Stop displaying the splash screen buffer." - (if (get-buffer "*About GNU Emacs*") + (interactive) + (if fancy-splash-outer-buffer (throw 'stop-splashing nil) (quit-window t)))